projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e13b624
)
(build-mail-abbrevs): Pass just two args to define-mail-alias.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 15 Jun 1993 20:36:10 +0000
(20:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 15 Jun 1993 20:36:10 +0000
(20:36 +0000)
lisp/mail/mailabbrev.el
patch
|
blob
|
history
diff --git
a/lisp/mail/mailabbrev.el
b/lisp/mail/mailabbrev.el
index 00ecb7f0cdd2d45399c24532c3e46bc293f8a311..c3295c872edbbe31647d827576b7b222df15dcf2 100644
(file)
--- a/
lisp/mail/mailabbrev.el
+++ b/
lisp/mail/mailabbrev.el
@@
-211,8
+211,7
@@
no aliases, which is represented by this being a table with no entries.)")
; (message "** %s \"%s\"" name (buffer-substring start (point)))(sit-for 1)
(define-mail-alias
name
- (buffer-substring start (point))
- t))))
+ (buffer-substring start (point))))))
;; Resolve forward references in .mailrc file.
;; This would happen automatically before the first abbrev was
;; expanded, but why not do it now.